home *** CD-ROM | disk | FTP | other *** search
- Path: uxh.cso.uiuc.edu!p-kumar
- From: kumar prashant <p-kumar@uxh.cso.uiuc.edu>
- Newsgroups: comp.lang.c++
- Subject: TEMPLATE COMPILATION
- Date: Wed, 17 Apr 1996 19:17:27 -0500
- Organization: University of Illinois at Urbana
- Message-ID: <Pine.CVX.3.91.960417191530.24876B-100000@uxh.cso.uiuc.edu>
- NNTP-Posting-Host: uxh.cso.uiuc.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- Hi
-
- I'm compiling a C++ program on an SGI using the CC compiler.
- The program uses templates. In templates, a temporary directory is
- created and some map files are copied into the directory.
-
- My program compiles if I do not make an intermediate object file.
- However, if I make an intermediate object file and then link, it gives me
- the following error
-
- CC -xansi -o tlist -bloadmap:error tlist.o -lm
- CC[ptlink] fatal error: could not move DList__pt__2_i.o -->
- ./ptrepository/DList__pt__2_i.o
- *** Error code 1 (bu21)
-
- Here ptrepository is a directory created by the compiler itself.
-
- Any suggestions ?
-
- Thanks
- Prashant
- \|||/
- ( O-O )
- ---*-------------*----------.ooo0--(_)-0ooo.------*------------*-------
-
- PRASHANT KUMAR URL <http://orion.me.uiuc.edu/~p-kumar>
-
- Off : 348 CSRL, Mech & Ind Engg Res: 203 S.Sixth St.#101
- Urbana, IL 61801 Champaign, IL 61820
- (217) 333-2850 .oooO (217) 398-1232
- ( ) Oooo.
- ---*--------------*------------\ (----( )-------*------------*-------
- \_) ) /
- (_/
-
-
-